for i,v in owner.Character:FindFirstChildOfClass("Tool"):GetDescendants() do if v:IsA("Sound") then v.Volume = 200 end end